projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47264b
)
(term-mode): Add a mode-class property.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 5 May 1997 04:24:01 +0000
(
04:24
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 5 May 1997 04:24:01 +0000
(
04:24
+0000)
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index c5143c636e2a0cac66c1949a2cb51ac4b91fb2d3..2e88c239ee1efd6ad002e4bba8566c07f8185114 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-815,6
+815,8
@@
is buffer-local.")
[ "Enable paging" term-pager-toggle (not term-pager-count)]
[ "Disable paging" term-pager-toggle term-pager-count])))
+(put 'term-mode 'mode-class 'special)
+
(defun term-mode ()
"Major mode for interacting with an inferior interpreter.
Interpreter name is same as buffer name, sans the asterisks.